From: Jim Blandy Date: Thu, 4 Mar 1993 15:16:11 +0000 (+0000) Subject: * Makefile.in (xmakefile): Add missing quote. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~97052 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=20f0f7a66f52551c127476054ab6be4b6eb0adc3;p=emacs.git * Makefile.in (xmakefile): Add missing quote. --- diff --git a/src/Makefile.in b/src/Makefile.in index 7e8f4c49e46..3279989fe07 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -63,7 +63,7 @@ xmakefile: ymakefile config.h $(CPP) junk.c > junk.cpp \ -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \ | sed -e 's/-g /C_DEBUG_SWITCH /' \ - -e 's/-O /C_OPTIMIZE_SWITCH /`" + -e 's/-O /C_OPTIMIZE_SWITCH /'`" < junk.cpp \ sed -e 's/^#.*//' \ -e 's/^[ \f\t][ \f\t]*$$//' \